Fix source statistics - #4056
Open
dkachuma wants to merge 20 commits into
Open
Conversation
dkachuma
marked this pull request as ready for review
May 13, 2026 18:43
MelReyCG
reviewed
May 20, 2026
MelReyCG
reviewed
May 21, 2026
MelReyCG
left a comment
Contributor
There was a problem hiding this comment.
just a few comments requests
Contributor
|
I was thinking, if a process is not involved in this computation, could it be excluded in some way? (if elementcount is 0 as an example) |
Contributor
Author
|
@copilot Review and suggest code comments |
…uxStatistics Agent-Logs-Url: https://github.com/GEOS-DEV/GEOS/sessions/bcea92d2-4f51-434e-9036-5f81b1953661 Co-authored-by: dkachuma <81433670+dkachuma@users.noreply.github.com>
Contributor
Added explanatory comments at both
|
Contributor
Author
Contributor
As a coding agent, I commit and push changes directly when making edits — there's no approval step in between. If you'd prefer to review proposed changes before they're committed, you can describe what you'd like in a comment and I'll outline the changes first before applying them. |
MelReyCG
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #4010
This PR addresses issues regarding the collection and merge of source flux statistics.
Changes Made